gusucode.com > 瑞格先锋网络新闻管理系统 1 > 瑞格先锋网络新闻管理系统 1.3/ReadygoNews/JScript/CopyText.js

    <!--
function DoCopy()
{
	if (CopyTxt.value != "")
	{
		CopyTxt.select();
		textRange = CopyTxt.createTextRange();
		textRange.execCommand("Copy");
	}
}
// -->